home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Navigation Services SDK / Navigation Services 1.1 Read Me
Encoding:
Text File  |  1999-06-16  |  1.6 KB  |  34 lines  |  [ttro/ttxt]

  1. Navigation Services Software Development Kit Read Me
  2.  
  3. Welcome to Navigation Services!
  4.  
  5. The Navigation Services suite greatly enhances the user experience of opening, saving and selecting documents, while giving your application new capabilities without customizing code.
  6.  
  7. Navigation Services is a new set of APIs to:
  8.     - open and save documents
  9.     - confirm save / discard changes
  10.     - select a file, folder or volume
  11.     - create a new folder
  12.  
  13. Benefits of adopting Navigation Services APIs for your application include:
  14.     - new movable, resizable, Appearance-aware Open & Save dialogs
  15.     - easier navigation: list view with disclosure triangles, recent items, favorite items, etc.
  16.     - built-in file format translation
  17.     - transparent delivery of new features in future versions of the System Software.
  18.  
  19. More information on the features may be found in the Navigation Services developer note.
  20.  
  21. Building with Navigation Services
  22.  
  23. If you use the CFM or CFM-68K runtime model, just use the interfaces and stub libraries provided in the Universal Interfaces 3.2 (available through <http://developer.apple.com/sdk/>).
  24.  
  25. If you use the Classic 68K runtime model, then link with the provided glue files: Navigation.o or Navigation.far.o.
  26.  
  27. For sample code, refer to the document Programming With Navigation Services, or look in the SimpleText or Sampler application folders in the SDK.
  28.  
  29. Dependencies
  30.  
  31. Navigation Services requires Mac OS 8.5 or newer.
  32. You can also use the Navigation Services through CarbonLib.
  33.  
  34. The Navigation shared library version 1.0 for OS releases prior to Mac OS 8.5 is no longer available.